projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bde162f
)
Maggeo: whack dead function.
author
robertl
<robertl>
Tue, 13 Sep 2005 23:15:37 +0000
(23:15 +0000)
committer
robertl
<robertl>
Tue, 13 Sep 2005 23:15:37 +0000
(23:15 +0000)
maggeo.c
patch
|
blob
|
history
diff --git
a/maggeo.c
b/maggeo.c
index ff6e1c5374d34c7e5002f1521d0f93617386beee..1746dfdd52b2f743279d1f116032e1d171942890 100644
(file)
--- a/
maggeo.c
+++ b/
maggeo.c
@@
-209,24
+209,6
@@
maggeo_write(void)
waypt_disp_all(maggeo_waypt_pr);
}
-static
-char *
-strconsume(char *instr, int *eaten)
-{
- const char *origstr = instr;
- char *s = instr;
- char *e = instr;
-
- while (e && *e && *e != ',')
- *e++;
-
- *eaten = e - s;
-
- return (xstrndup(instr, e-s));
-
-}
-
-
ff_vecs_t maggeo_vecs = {
ff_type_file,
{ ff_cap_read, ff_cap_none, ff_cap_none },